From c49cbce2eb04814046716f0921513de41f203e36 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 May 1993 22:35:23 +0000 Subject: [PATCH] (x_set_cursor_color): Set cursor_foreground_pixel. --- src/xfns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xfns.c b/src/xfns.c index 0ace204ec66..9b9ecab6f3c 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -647,6 +647,7 @@ x_set_cursor_color (f, arg, oldval) if (f->display.x->cursor_pixel == fore_pixel) fore_pixel = f->display.x->background_pixel; } + f->display.x->cursor_foreground_pixel = fore_pixel; if (FRAME_X_WINDOW (f) != 0) { -- 2.30.2